html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
::-webkit-scrollbar { width: 0 !important }
body { -ms-overflow-style: none; }
body { overflow: -moz-scrollbars-none; }
::-webkit-scrollbar {width: 0px;height: 0px;}
body {
    line-height: 1;
    background-color: #fff;
}
ol, ul, dl {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #000000;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.l {
    float: left;
}
.r {
    float: right;
}
.flexX {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flexY {
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bd-rs {
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
}
.box-s {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ct-X {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ct-Y {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pf {
    position: fixed;
}
input, textarea, button {
    resize: none;
    outline: transparent;
    border-color: transparent;
}
img, video{
    display: block;
}
.bd-top::before {
    content:"";
    border-top: 1px solid #e0e0e0;
    position: absolute;
    width: 100%;
}
.bd-right::before {
    content:"";
    border-right: 1px solid #e0e0e0;
    position: absolute;
    height: 100%;
    left: 50%;
}
.bd-o {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
